Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a CollectDataForEachTestSeparately setting #510

Merged
merged 2 commits into from
Jun 10, 2018

Conversation

drognanar
Copy link
Contributor

Add a setting to make NUnit run tests sequentially, making the InProcDataCollectors receive the events before a test starts and after a test ends. This allows adapters to opt into the sequential mode.

It adds a fallback for the old LiveUnitTesting adapter, so that when present the tests are running in a sequential mode, so that the new NUnit adapter keeps working with older releases of VS.

Fixes #426

@OsirisTerje
Copy link
Member

Lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants